home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / setup.exe / README.TXT < prev    next >
Encoding:
Text File  |  1993-07-02  |  3.7 KB  |  64 lines

  1. README.TXT file for the Setup Toolkit SETUP.EXE version 1.00.002.
  2.  
  3. This file details changes made to SETUP.EXE after Visual Basic 
  4. version 3.0 shipped.  The version of SETUP.EXE that was released
  5. with Visual Basic 3.0 has a date and time of 28-APR-1993 12:00 am
  6. and is 15312 bytes in size.  The file contains no version number.
  7.  
  8. Installation Notes
  9. ------------------
  10. Copy this version of SETUP.EXE into your SETUPKIT\KITFILES directory over your existing copy of SETUP.EXE.
  11.  
  12. Distribution Notes
  13. ------------------
  14. You are free to distribute this version of SETUP.EXE royalty free.
  15.  
  16. Features/Bug Fixes
  17. ------------------
  18. The following are the features and bug fixes that were added to SETUP.EXE after VB 3.0 was released.  This file will be updated with the latest bug fixes and features any time a new post-release VB 3.0 version of SETUP.EXE becomes available.
  19.  
  20. Version    Bug Fix/Feature              Comments
  21. --------   ---------------------------  ------------------------------ 
  22. 1.00.002   VER.DLL gets truncated to    SETUP.EXE now checks to see 
  23.            zero bytes if it is not      if VER.DL_ exists on  your 
  24.            found or named incorrectly   distribution disk.
  25.            on the distribution disk.    If it isn't found, a 
  26.                                         "Error - File not found:  
  27.                                         A:\VER.DL_.  This file is 
  28.                                         required by Setup" will occur 
  29.                                         and SETUP.EXE will terminate.
  30. 1.00.002   SETUP.EXE does not run       Under Windows 3.0 you will 
  31.            under Windows 3.0.           a "This application requires a 
  32.                                         newer version of Windows" and 
  33.                                         SETUP.EXE will terminate.  
  34.                                         This problem has been fixed.
  35. 1.00.002   The VB 3.0 version of        This problem occurs because 
  36.            THREED.VBX does not          the file type of THREED.VBX 
  37.            overwrite the VB 2.0         changed from "APP" to "DLL" 
  38.            version                      between VB 2.0 and VB 3.0.  
  39.                                         SETUP.EXE now ignores file
  40.                                         type differences and will 
  41.                                         install any file where the 
  42.                                         source and destination names 
  43.                                         are the same and the source 
  44.                                         file is the same or newer 
  45.                                         version.
  46. 1.00.002   Error message                The error messages are now 
  47.            "Could not open or read      "Error - Could not open file: 
  48.            file: <filename>" was        <filename>" and "Error - Could 
  49.            replaced with two            not read file: <filename>."  
  50.            separate error messages.     Both errors cause SETUP.EXE to 
  51.                                         terminate.
  52. 1.00.002   New error message            This error replaces 
  53.            "Error - Insufficient disk   "Error - Could not copy file: 
  54.            space on drive               <source filename> -> 
  55.            <drive letter>:" has         <destination filename>"
  56.            been added.  This error      when there is insufficient 
  57.            causes SETUP.EXE to          disk space.  This error caused 
  58.            terminate.                   SETUP.EXE to terminate.
  59. 1.00.002   Version info was added to    The version number 1.00.002 
  60.            SETUP.EXE                    was added to SETUP.EXE.  
  61.                                         Previous versions of SETUP.EXE 
  62.                                         have no version number.
  63.  
  64.